tools/libxc: remove double inclusion of errno.h
authorOlaf Hering <olaf@aepfle.de>
Fri, 7 Mar 2014 09:15:06 +0000 (10:15 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 10 Mar 2014 16:50:17 +0000 (16:50 +0000)
xc_private.h includes errno.h already

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/xc_compression.c
tools/libxc/xc_flask.c
tools/libxc/xc_gnttab.c
tools/libxc/xc_minios.c
tools/libxc/xc_pm.c
tools/misc/xen-hptool.c
tools/misc/xen-mfndump.c

index 8f0b89d530a9cbb8c26b5e99b04e8f73d43c6d28..d42e6512ea4b79b577306bb2719101817ce1d810 100644 (file)
@@ -32,7 +32,6 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include <inttypes.h>
-#include <errno.h>
 #include "xc_private.h"
 #include "xenctrl.h"
 #include "xg_save_restore.h"
index 4294a259101b0f1b057d1de99868ed22b2fdbb05..255e4b0b8250743a5949189e502d1631adabf879 100644 (file)
@@ -19,7 +19,6 @@
 #include "xc_private.h"
 #include <unistd.h>
 #include <stdio.h>
-#include <errno.h>
 #include <fcntl.h>
 #include <string.h>
 #include <sys/mman.h>
index 79dab409caa68b72abf11d26f89cf4b656d1d302..3b6058c5cac1f764facce91d1ddd30d6ff7c7beb 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #include "xc_private.h"
-#include <errno.h>
 
 int xc_gnttab_op(xc_interface *xch, int cmd, void * op, int op_size, int count)
 {
index dec4d73f6026cea565f25aa79510107cf026c12f..a48f0de7b184e29ad296285632c3d58983bdc30d 100644 (file)
@@ -29,7 +29,6 @@
 #include <mini-os/events.h>
 #include <mini-os/wait.h>
 #include <sys/mman.h>
-#include <errno.h>
 
 #include <xen/memory.h>
 #include <unistd.h>
index 0da2d89934259cb9b1df8e1f72443a3bf08c519f..f7ac40cb7b6ca79802fcced5d788899854de3608 100644 (file)
@@ -19,7 +19,6 @@
  *
  */
 
-#include <errno.h>
 #include <stdbool.h>
 #include "xc_private.h"
 
index 24c3e956c07c24e6a517382806aebba7665eaa0a..f8570f25cd8d3c95694b0ec2324fa3ac1ab46d52 100644 (file)
@@ -1,7 +1,6 @@
 #include <xenctrl.h>
 #include <xc_private.h>
 #include <xc_core.h>
-#include <errno.h>
 #include <unistd.h>
 
 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
index dea9fa9e0c867c1b475f4565b2fb0a70a664859f..8064527ecff16717d77c68ab6449adac04e3eb51 100644 (file)
@@ -1,7 +1,6 @@
 #include <xenctrl.h>
 #include <xc_private.h>
 #include <xc_core.h>
-#include <errno.h>
 #include <unistd.h>
 #include <inttypes.h>